.. _`Transform`: .. _`org.sysess.sympathy.machinelearning.transform`: Transform ````````` .. image:: transform.svg :width: 48 Applies a transformation model to the given data Definition :::::::::: Input ports ........... **in-model** model Input model **input** table Input table Output ports ............ **output** table Output table Configuration ............. **Output names** (names method) Method used to generate output names **Transpose output** (transpose) Transposes output data, suitable for large number of features (eg. word counts) Implementation .............. .. automodule:: node_application :noindex: .. class:: Transform :noindex: